home *** CD-ROM | disk | FTP | other *** search
/ AP Professional Graphics CD-ROM Library / AP Professional Graphics CD-ROM Library.iso / pc / unix / appendix / gemsi / 2dclip / box.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-08  |  186 b   |  14 lines

  1.  
  2. /* 
  3.  * file box.h
  4.  *    a short include file is better then no include file
  5.  */
  6. typedef    struct    {        /* guess what this is        */
  7.     long    _lowx;
  8.     long    _lowy;
  9.     long    _highx;
  10.     long    _highy;
  11. } BOX;
  12.  
  13.  
  14.